home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / THE AIDS STACK / background_49807.txt < prev    next >
Text File  |  1988-01-11  |  2KB  |  113 lines

  1. -- background: 49807 from stack: in
  2. -- bmap block id: 50041
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 16 (button)
  16. -- low flags: 00
  17. -- high flags: 2000
  18. -- rect: left=139 top=154 right=191 bottom=168
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: FIND
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   DoMenu Find...
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 17 (button)
  35. -- low flags: 00
  36. -- high flags: 2000
  37. -- rect: left=109 top=154 right=191 bottom=138
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: TOP OF STACK
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   visual effect dissolve
  49.   go to card id 3776
  50. end mouseUp
  51.  
  52.  
  53. -- part 20 (button)
  54. -- low flags: 00
  55. -- high flags: 2000
  56. -- rect: left=19 top=154 right=191 bottom=48
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: HOME
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   visual effect dissolve slowly
  68.   go to card id 17296
  69.   visual venetian blinds slowly
  70.   go to card id 4646
  71. end mouseUp
  72.  
  73.  
  74.  
  75. -- part 21 (button)
  76. -- low flags: 00
  77. -- high flags: 2000
  78. -- rect: left=79 top=154 right=191 bottom=108
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: NEXT CARD
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   visual effect barn door open
  90.   go to next card
  91. end mouseUp
  92.  
  93.  
  94.  
  95. -- part 23 (button)
  96. -- low flags: 00
  97. -- high flags: 2000
  98. -- rect: left=49 top=154 right=191 bottom=78
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 0 / 0
  101. -- text alignment: 1
  102. -- font id: 0
  103. -- text size: 12
  104. -- style flags: 0
  105. -- line height: 16
  106. -- part name: LAST CARD
  107. ----- HyperTalk script -----
  108. on mouseUp
  109.   visual effect barn door open
  110.   go to previous card
  111. end mouseUp
  112.  
  113.